Online documentation - WebsydianExpress v3.5 |
WSYEXTJS/ExtWebAssociationSelectBP
The purpose and functionality of the business process is described under the abstract entity ExtAssociationSelect.
The only reason to have this as an independent abstract function is that this enables you to implement the AssociationSelect functionality in situations where you can't change the definitions for you entities (e.g. if you have your database definitions in a separate model that doesn't have access to the Websydian libraries.
The base definitions for an association entity is as follows:
Source Object | Verb | Target Object |
---|---|---|
MyAssociationBP | is a FNC | WSYEXTJS/ExtWebAssociationSelect |
The rest of the implementation is like it is described for the entity, you just have to make the replacement of the Owner entities for the function instead of for the entity.